home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_094 / heliosmouse / readme < prev   
Text File  |  1992-05-06  |  2KB  |  55 lines

  1. OK, here's a little program called HeliosMouse, which is my addition to the
  2. SunMouse-type utilities.  HeliosMouse installs an input handler that activates
  3. windows whenever the mouse is moved over inactive ones (i.e., when you move
  4. the mouse accross window boundries).
  5.  
  6. To install the handler, just type:
  7.  
  8.     1> HeliosMouse
  9.  
  10. It should tell you that it has installed the handler.  You don't have to
  11. RUN HeliosMouse, because it sets up the handler and then exits, leaving only 
  12. the input handler in memory.  The handler itself only takes up about 600 bytes 
  13. when it is installed, so you shouldn't have to worry about using lots of memory.
  14.  
  15. Once HeliosMouse is installed and you move the mouse over an inactive window,
  16. that window will be activated automatically.  Note, however, that if you open
  17. a new, active window (with the NewCLI command, for instance) the window under
  18. the mouse will not be activated until you move the mouse or press a key.  (You
  19. can change this by having HeliosMouse check the active window every 
  20. IECLASS_TIMER event rather than IECLASS_RAWMOUSE and IECLASS_RAWKEY events.  
  21. Note, however, that timer events are posted approximately 10 times per second,
  22. so this could degrade system performance).
  23.  
  24. To remove the input handler, simply call HeliosMouse a second time. 
  25. HeliosMouse creates a public, named message-port that it uses to hold the
  26. information it needs in order to remove the handler that it installed.  See
  27. the code for details of how this works.
  28.  
  29. To install HeliosMouse, simply unshar and uudecode the executables.  Put
  30. HeliosMouse in the C: directory and put Helios-Handler in the L: directory 
  31. (or the current directory).
  32.  
  33. To compile and link HeliosMouse, type:
  34.  
  35.     1> LC -v HeliosMouse Helios-Handler
  36.     1> ASM HandlerStub
  37.     1> BLINK WITH HeliosMouse.lnk
  38.     1> BLINK WITH Helios-Handler.lnk
  39.  
  40. If you compile Helios-Handler with -dKEY_ONLY, then the windows will be 
  41. activated only when a key is pressed (not when the mouse moves).  This will
  42. act much like SunMouse, except that no fake input events are sent, so gadgets
  43. won't be pressed when you don't expect them to.
  44.  
  45. You can use the -b and -r options with HeliosMouse, but don't use them for
  46. Helios-Handler.
  47.  
  48. Hope you enjoy this little program!
  49.  
  50. Davide P. Cervone
  51. University of Rochester Computing Center            dpvc@tut.cc.rochester.EDU
  52. Taylor Hall                                         dpvc@ur-tut.UUCP
  53. Rochester, New York  14627                          DPVC@UORDBV.BITNET
  54. (716) 275-2811
  55.